home *** CD-ROM | disk | FTP | other *** search
- object dlgOptions: TdlgOptions
- Left = 396
- Top = 270
- HelpContext = 801
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 398
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 401
- Height = 357
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- ParentColor = True
- TabOrder = 1
- end
- object Panel2: TPanel
- Left = 0
- Top = 357
- Width = 401
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- object btnOK: TsitBitBtn
- Left = 158
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = OKBtnClick
- Images = frmMain.ImageList1
- ImageIndex = 0
- end
- object btncancel: TsitBitBtn
- Left = 238
- Top = 8
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- Images = frmMain.ImageList1
- ImageIndex = 1
- end
- object BitBtn2: TsitBitBtn
- Left = 318
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- Images = frmMain.ImageList1
- ImageIndex = 2
- end
- end
- object pcOptions: TPageControl
- Tag = 809
- Left = 0
- Top = 0
- Width = 401
- Height = 357
- ActivePage = tabinterface
- Align = alClient
- MultiLine = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object tabinterface: TTabSheet
- Tag = 802
- Caption = ' General '
- object grpGeneral: TGroupBox
- Left = 7
- Top = 5
- Width = 378
- Height = 123
- HelpContext = 1125
- Caption = 'General'
- TabOrder = 0
- object Label6: TLabel
- Left = 16
- Top = 23
- Width = 96
- Height = 13
- Caption = 'User Interface Style:'
- end
- object chkDisplayStartUpDialog: TCheckBox
- Left = 16
- Top = 48
- Width = 329
- Height = 17
- Hint =
- 'If selected PixPlay will always display the "Welcome to DVD PixP' +
- 'lay" dialog on start up, enabling you to quickly create new proj' +
- 'ects or open recent ones'#13#10'If unselected, the last project you we' +
- 're working on will be opened'
- Caption = 'Always display the Welcome to PixPlay dialog on start up'
- TabOrder = 1
- end
- object LinkLabel1: TLinkLabel
- Left = 88
- Top = 96
- Width = 184
- Height = 17
- Cursor = crHandPoint
- Hint =
- 'If you click this then all the warnings that you have previously' +
- ' chosen to not display again will be redisplayed'
- Caption = 'Reset display of all Warnings and Tips'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- TabOrder = 3
- OnClick = LinkLabel1Click
- end
- object cmbUISkin: TComboBox
- Left = 118
- Top = 19
- Width = 209
- Height = 21
- Hint = 'Allows you to specify the styling of the buttons and toolbar'
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- 'Classic'
- 'Windows XP'
- 'Office XP')
- end
- object chkCreateScreenImage: TCheckBox
- Left = 16
- Top = 72
- Width = 329
- Height = 17
- Hint =
- 'If checked then an image of the full screen size is saved to you' +
- 'r work folder when you create title pages. This will speed up p' +
- 'review and display of the title page while editing (but will not' +
- ' affect the quality of the created CD)'
- Caption = 'Cache screen size images of Title Pages for faster loading'
- TabOrder = 2
- end
- end
- object grpPreview: TGroupBox
- Left = 8
- Top = 136
- Width = 377
- Height = 97
- Caption = 'Slideshow Preview'
- TabOrder = 1
- object chkPreviewQualityHigh: TCheckBox
- Left = 16
- Top = 20
- Width = 233
- Height = 17
- Hint =
- 'Allows you to specify the quality of the image display during a ' +
- 'slideshow preview. It has NO effect on the created VCD'
- Caption = 'Display the slideshow preview at high quality'
- TabOrder = 0
- end
- object chkAccuratePreviewTiming: TCheckBox
- Left = 16
- Top = 68
- Width = 345
- Height = 17
- Hint =
- 'Improves the accuracy of the timing of the preview so that it cl' +
- 'osely matches the timing of the slideshow disk'
- Caption = 'Use very accurate timing during previews'
- TabOrder = 2
- end
- object chkSlideshowAlwaysFromStart: TCheckBox
- Left = 16
- Top = 44
- Width = 321
- Height = 17
- Hint =
- 'If checked, then when clicking Preview the display will always b' +
- 'egin with the first image in the project.'#13#10'If it is NOT checked,' +
- ' then Preview display will commence from the currently selected ' +
- 'image'
- Caption = 'Always start previews from the first image in the project'
- TabOrder = 1
- end
- end
- object grpEditor: TGroupBox
- Left = 7
- Top = 240
- Width = 378
- Height = 80
- HelpContext = 1114
- Caption = 'External Editor'
- TabOrder = 2
- object Label2: TLabel
- Left = 16
- Top = 20
- Width = 266
- Height = 13
- Caption = 'Specify the path of your preferred image editing program:'
- end
- object ViewerEdit: TEdit
- Left = 32
- Top = 42
- Width = 241
- Height = 21
- Hint =
- 'If you enter a application path here then images will be launche' +
- 'd into the specified editor when you press '#39'Ctrl+E'#39'. If you lea' +
- 've the field blank your default application will be used.'
- HelpContext = 1114
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = 'ViewerEdit'
- end
- object BitBtn1: TsitBitBtn
- Left = 282
- Top = 40
- Width = 82
- Height = 25
- Hint = 'Click here to select your image editing application'
- Caption = 'Browse...'
- TabOrder = 1
- OnClick = BitBtn1Click
- Images = frmMain.ImageList1
- ImageIndex = 8
- end
- end
- end
- object TabSheet3: TTabSheet
- Tag = 807
- Caption = ' Thumbnails '
- object grpStorage: TGroupBox
- Left = 7
- Top = 133
- Width = 378
- Height = 92
- HelpContext = 1121
- Caption = 'Thumbnail Storage Settings'
- TabOrder = 1
- object Label23: TLabel
- Left = 16
- Top = 26
- Width = 81
- Height = 13
- Caption = 'Disk Cache Size:'
- end
- object Label24: TLabel
- Left = 16
- Top = 60
- Width = 71
- Height = 13
- Caption = 'Thumb Format:'
- end
- object cmbDiskCacheMaxCount: TComboBox
- Left = 104
- Top = 22
- Width = 145
- Height = 21
- Hint =
- 'Memory and Disk Caching is used to speed up the display of thumb' +
- 'nails in this application. You can specify the maximum number o' +
- 'f thumbnails to be stored on your system by setting the value he' +
- 're'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Items.Strings = (
- 'No Stored Thumbnails'
- 'Low (200 Thumbnails)'
- 'Typical (500 Thumbnails)'
- 'High (1000 Thumbnails)'
- 'Unlimited Storage')
- end
- object btnClearCache: TsitBitBtn
- Left = 256
- Top = 20
- Width = 81
- Height = 25
- Hint =
- 'Click here to clear all the thumbnails from your memory and disk' +
- ' caches'
- Caption = 'Clear Cache'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btnClearCacheClick
- end
- object cmbJPEGThumbnails: TComboBox
- Left = 104
- Top = 56
- Width = 233
- Height = 21
- Hint =
- 'This option allows you specify whether the disk cache should sav' +
- 'e thumbnails in JPEG Format (which requires less disk Space) or ' +
- 'BMP Format (Which provides better quality thumbs and is faster l' +
- 'oading)'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Items.Strings = (
- 'JPEG Format (Requires less Disk Space)'
- 'BMP Format (Better Quality and Faster Loading)')
- end
- end
- object grpWidths: TGroupBox
- Left = 7
- Top = 233
- Width = 378
- Height = 86
- HelpContext = 1120
- Caption = 'Default Column Widths'
- TabOrder = 2
- object Label29: TLabel
- Left = 16
- Top = 27
- Width = 195
- Height = 13
- Caption = 'Width of columns in Filename Only Mode:'
- end
- object Label30: TLabel
- Left = 16
- Top = 56
- Width = 195
- Height = 13
- Caption = 'Width of columns in Small Thumbs Mode:'
- end
- object spnFilenameColumnWidth: TSpinEdit
- Left = 224
- Top = 22
- Width = 62
- Height = 22
- Hint =
- 'This is the default width for the items when in the Filenames fi' +
- 'le display mode'
- MaxValue = 200
- MinValue = 20
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Value = 20
- end
- object spnIconInfoColumnWidth: TSpinEdit
- Left = 224
- Top = 51
- Width = 62
- Height = 22
- Hint =
- 'This is the default width for the items when in the Small Thumbs' +
- ' file display mode'
- MaxValue = 300
- MinValue = 30
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Value = 30
- end
- end
- object grpDisplaySettings: TGroupBox
- Left = 7
- Top = 8
- Width = 378
- Height = 118
- HelpContext = 1123
- Caption = 'Thumbnail Display Settings'
- TabOrder = 0
- object chkThumbnailButtons: TCheckBox
- Left = 16
- Top = 20
- Width = 281
- Height = 17
- Hint =
- 'If checked, then your large thumbnails will have the appearance ' +
- 'of 3D buttons (has no effect in other thumb display modes)'
- Caption = 'Display thumbnails as buttons'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object chkHideFileExt: TCheckBox
- Left = 16
- Top = 92
- Width = 217
- Height = 17
- Hint =
- 'If this option is set then filename extensions are not displayed' +
- ' (e.g. myimage.jpg will be displayed as myimage)'
- Caption = 'Hide file extensions'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object chkHighThumbQuality: TCheckBox
- Left = 16
- Top = 44
- Width = 201
- Height = 17
- Hint =
- 'Allows you to chose whether standard quality thumbnails (faster ' +
- 'display or smaller thumbnail files) or high quality thumbnails (' +
- 'higher definition) should be used'
- Caption = 'Display High Quality Thumbnails'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object chkShowFilenamesInGrid: TCheckBox
- Left = 16
- Top = 68
- Width = 305
- Height = 17
- Hint =
- 'Specifies whether the filename for each image is displayed benea' +
- 'th the thumbnail or the Frame number'
- Caption = 'Show Filenames rather than the frame number'
- TabOrder = 2
- end
- end
- end
- object TabSheet1: TTabSheet
- Tag = 808
- Caption = ' Thumbnail Size '
- object GroupBox7: TGroupBox
- Left = 7
- Top = 6
- Width = 378
- Height = 315
- Hint =
- 'This is the default size of the thumbnails that are displayed in' +
- ' the Thumbnail file display mode. Thumbnails in the Small Thumb' +
- 's file display mode will be half this size (represented by the d' +
- 'ashed red box)'
- HelpContext = 1124
- Caption = 'Standard Thumbnail Size'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object trkThumbWidth: TTrackBar
- Left = 121
- Top = 20
- Width = 181
- Height = 33
- Max = 200
- Min = 40
- Orientation = trHorizontal
- Frequency = 10
- Position = 40
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = trkThumbWidthChange
- end
- object trkThumbHeight: TTrackBar
- Left = 60
- Top = 80
- Width = 33
- Height = 180
- Max = 200
- Min = 40
- Orientation = trVertical
- Frequency = 10
- Position = 40
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = trkThumbWidthChange
- end
- object pnlThumbnailSize: TPanel
- Left = 92
- Top = 50
- Width = 200
- Height = 200
- BorderWidth = 2
- Caption = 'Thumbnail Size'
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 2
- object shpSmallThumb: TShape
- Left = 3
- Top = 3
- Width = 65
- Height = 65
- Brush.Style = bsClear
- Pen.Color = clYellow
- Pen.Style = psDot
- end
- object Label16: TLabel
- Left = 105
- Top = 184
- Width = 92
- Height = 13
- Align = alBottom
- Alignment = taRightJustify
- Caption = 'Standard Thumb'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- object Label19: TLabel
- Left = 3
- Top = 3
- Width = 73
- Height = 13
- Align = alTop
- Caption = 'Small Thumb'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- end
- object BitBtn3: TsitBitBtn
- Left = 257
- Top = 279
- Width = 108
- Height = 25
- Hint = 'Set the thumbnail to the default size'
- Caption = 'Return to Default...'
- TabOrder = 3
- OnClick = BitBtn3Click
- end
- end
- end
- object TabSheet2: TTabSheet
- Hint =
- 'When building a slideshow DVD PixPlay may need to create a lot o' +
- 'f temporary files. This option specifies the minimum amount of ' +
- 'free disk space on your system drive before a warning is display' +
- 'ed'
- Caption = ' Other Options '
- ImageIndex = 3
- object GroupBox8: TGroupBox
- Left = 7
- Top = 4
- Width = 378
- Height = 238
- HelpContext = 1104
- Caption = 'Folders'
- TabOrder = 0
- object Label1: TLabel
- Left = 13
- Top = 19
- Width = 275
- Height = 13
- Caption = 'Work Folder (Files you may use later, such as Title Pages):'
- end
- object Label10: TLabel
- Left = 16
- Top = 109
- Width = 236
- Height = 13
- Caption = 'Temporary Folder (Files that are deleted after use):'
- end
- object Label4: TLabel
- Left = 16
- Top = 205
- Width = 351
- Height = 13
- Caption =
- 'Display a warning when there is less than M' +
- 'B free disk space'
- end
- object edtWorkFolder: TEdit
- Left = 23
- Top = 37
- Width = 338
- Height = 21
- Hint =
- 'Specify the folder where PixPlay will save files that you may re' +
- 'use such as Text Frames'
- TabStop = False
- ReadOnly = True
- TabOrder = 0
- Text = 'edtTempFolder'
- end
- object edtTempFolder: TEdit
- Left = 23
- Top = 127
- Width = 338
- Height = 21
- Hint =
- 'The folder where PixPlay saves its temporary files. You may nee' +
- 'd up to 600MB free on this drive depending on the size of the sl' +
- 'ideshows you are creating'
- TabStop = False
- ReadOnly = True
- TabOrder = 3
- Text = 'edtTempFolder'
- end
- object btnBrowseWork: TsitBitBtn
- Left = 272
- Top = 67
- Width = 89
- Height = 25
- Hint = 'Click here to select your image editing application'
- Caption = 'Browse...'
- TabOrder = 2
- OnClick = btnBrowseTempClick
- Images = frmMain.ImageList1
- ImageIndex = 8
- end
- object btnBrowseTemp: TsitBitBtn
- Left = 272
- Top = 157
- Width = 89
- Height = 25
- Hint = 'Click here to select your image editing application'
- Caption = 'Browse...'
- TabOrder = 4
- OnClick = btnBrowseTempClick
- Images = frmMain.ImageList1
- ImageIndex = 8
- end
- object btnViewWorkFolder: TsitBitBtn
- Left = 178
- Top = 67
- Width = 89
- Height = 25
- Hint = 'Click here to view the files in your Work folder'
- Caption = 'View Files...'
- TabOrder = 1
- OnClick = btnViewWorkFolderClick
- Images = frmMain.ilstButtons16
- ImageIndex = 27
- end
- object spnMinDiskSpaceWarning: TSpinEdit
- Left = 216
- Top = 200
- Width = 57
- Height = 22
- Hint =
- 'DVD PixPlay may create a number of temporary files when preparin' +
- 'g a slideshow for burning. This option specifies the minimum pe' +
- 'rmissable level of disk space on your system drive before DVD Pi' +
- 'xPlay will display a warning'
- MaxValue = 0
- MinValue = 0
- TabOrder = 5
- Value = 1000
- end
- end
- object bAdvance: TsitBitBtn
- Left = 256
- Top = 297
- Width = 129
- Height = 23
- Hint = 'Advanced CD-ROM Options'
- Caption = 'Advanced Options...'
- TabOrder = 1
- OnClick = bAdvanceClick
- end
- end
- end
- object ViewOpendlg: TOpenDialog
- Filter = 'Programs|*.exe;*.com;*.bat|All Files|*.*'
- Title = 'Select External Viewing Program'
- Left = 33
- Top = 357
- end
- object BrowseFolder1: TBrowseFolder
- Title = 'Folder for DVD PixPlay Files'
- Flags = [bfFileSysDirsOnly, bfStatusText]
- ShowPathInStatusArea = False
- SyncCustomButton = False
- Left = 108
- Top = 352
- end
- end
-